home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 273
- Top = 120
- Width = 487
- Height = 462
- ActiveControl = Edit1
- Caption = 'TQBE WITH ANSWER TABLE AND PARAMS DEMO'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- Scaled = False
- OnCreate = FormCreate
- TextHeight = 16
- object Label1: TLabel
- Left = 8
- Top = 272
- Width = 327
- Height = 16
- Caption = 'This DBGrid shows the :DBDEMOS:ANSWER table'
- end
- object Label2: TLabel
- Left = 16
- Top = 84
- Width = 245
- Height = 16
- Caption = 'This DBGrid shows the Query results.'
- end
- object Label3: TLabel
- Left = 224
- Top = 56
- Width = 208
- Height = 16
- Caption = 'This DATABASE is DBDEMOS-->'
- Visible = False
- end
- object Label4: TLabel
- Left = 12
- Top = 12
- Width = 230
- Height = 16
- Caption = 'Type the company first letters here:'
- end
- object Label5: TLabel
- Left = 12
- Top = 32
- Width = 254
- Height = 16
- Caption = '(The typed text is a param to the query)'
- end
- object Label6: TLabel
- Left = 144
- Top = 238
- Width = 85
- Height = 16
- Caption = 'The TQBE -->'
- Visible = False
- end
- object DBGrid1: TDBGrid
- Left = 20
- Top = 104
- Width = 401
- Height = 125
- DataSource = DataSource1
- DefaultDrawing = False
- TabOrder = 0
- TitleFont.Color = clWindowText
- TitleFont.Height = -13
- TitleFont.Name = 'System'
- TitleFont.Style = []
- OnDrawDataCell = DBGrid1DrawDataCell
- end
- object DBGrid2: TDBGrid
- Left = 16
- Top = 300
- Width = 405
- Height = 120
- DataSource = DataSource2
- TabOrder = 1
- TitleFont.Color = clWindowText
- TitleFont.Height = -13
- TitleFont.Name = 'System'
- TitleFont.Style = []
- end
- object Edit1: TEdit
- Left = 248
- Top = 8
- Width = 121
- Height = 24
- TabOrder = 2
- Text = 'Ac'
- OnChange = Edit1Change
- end
- object BitBtn1: TBitBtn
- Left = 372
- Top = 234
- Width = 89
- Height = 33
- Caption = 'NEW !!!'
- Font.Color = clMaroon
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 3
- OnClick = BitBtn1Click
- end
- object Database1: TDatabase
- AliasName = 'DBDEMOS'
- Connected = True
- DatabaseName = 'DBDEMOS'
- Left = 436
- Top = 48
- end
- object DataSource1: TDataSource
- DataSet = QBE1
- Left = 272
- Top = 232
- end
- object QBE1: TQBE
- AfterOpen = QBE1AfterOpen
- DatabaseName = 'DBDEMOS'
- QBE.Strings = (
- ':dbdemos:customer.db | CustNo | Company |'
-
- ' | Check | Check MyPara' +
- 'm |'
- '')
- AnswerTable = ':DBDEMOS:ANSWER'
- RequestLive = False
- BlankasZero = False
- AuxTables = False
- AnswerType = ttParadox
- Left = 236
- Top = 232
- end
- object Table1: TTable
- DatabaseName = 'DBDEMOS'
- TableName = 'ANSWER.DB'
- Left = 20
- Top = 236
- end
- object DataSource2: TDataSource
- DataSet = Table1
- Left = 52
- Top = 236
- end
- end
-